Skip to content

Add OrcaReplay to Observability - #70

Merged
wunderships merged 1 commit into
wundercorp:mainfrom
xizhuomengcontin:add-orcareplay
Sep 23, 2026
Merged

wunderships merged 1 commit into
wundercorp:mainfrom
xizhuomengcontin:add-orcareplay

Conversation

@xizhuomengcontin

Copy link
Copy Markdown
Contributor

What this adds

One new entry under servers/observability/orcareplay/server.json:

OrcaReplay — a local-first recorder/replayer for AI agent runs. It sits between a coding agent and its model provider, writes the real traffic (prompts, tool calls, responses, raw bytes) into an on-disk trace library, and serves that library over a read-only stdio MCP server (npx -y orcareplay mcp) with six tools: list, show, checkpoints, graph, replay, compare. No account, no auth — it only reads local traces.

Why it belongs in Observability

The category currently covers what you can query while a run is happening. OrcaReplay covers the half that is missing here: keeping the run itself. A failed run can be replayed offline without contacting any provider, and two recorded runs can be diffed — which is what you want when the failure is not reproducible live.

Checks

  • node scripts/validate-catalog.mjsValidated 29 MCP server entries.
  • node scripts/generate-readme.mjsREADME.md regenerated and committed (one row added under Observability)
  • Category/slug match their folders; homepage_url/repository_url/package_url all https

Disclosure: I maintain OrcaReplay.

@wunderships

wunderships commented Sep 23, 2026

Copy link
Copy Markdown
Contributor

Thanks for following guidelines 👍 merging! Greetings to the OrcaRouter team.

Give us a shout on X as well and we will retweet this merge https://x.com/wundercorp

If you'd like to try out this MCP with an agent consider https://loki.computer

For agent + MCP sandboxes we also provide https://agentvm.sh

Discord to share your server to our members: https://discord.gg/w6htGsCkx6

@wunderships
wunderships merged commit c0297d8 into wundercorp:main Sep 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants